home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-06-30 | 426 b | 23 lines |
- CURDIR=dnsconf
- all: lib
- OBJS = dns.o dnscheck.o dnsconf.o dnsping.o dnsmxs.o dnsrecs.o \
- fqhost.o helpf.o internal.o ipmap.o misc.o origin.o\
- primary.o primquery.o secondary.o record.o record_edit.o \
- resolv.o soa.o tbfile.o timestr.o _dict.o
-
- include ../rules.mak
-
- proto:
- proto -m0+ \
- -bdnsconf.h+dnsconf.pm \
- -binternal.h+dnsconf.pm \
- *.c
-
- # Test program
-
-
-
- record: record.obt lib
- gcc -g $(LDF) -o x $< $(LIBS)
-
-